The wwwopac.ashx offers more image handling functionality* than wwwopac.exe. This functionality also improves the performance of Axiell Collections in relation to image processing, especially for the retrieving and scaling of images for display in the Collections Media Viewer or for thumbnail display in the Result set view of a search result. The improved performance is accomplished by not resizing the images to be retrieved for every request, but by reducing or enlarging the image only when first requested, and then saving the result in a cache folder so that for a following identical request a ready-made resized image can be retrieved. So the use of wwwopac.ashx for retrieving images is most useful if the images to which you link in your (museum) media records are pretty large files. For use in thumbnail displays, the image handler already scales those images on the server or retrieves earlier created thumbnails, which results in less data traffic on your network, it lightens the workload of Axiell Collections and also diminishes memory usage of the work station enormously.
You can also use this functionality to directly and safely store images linked to in a media record, in an Axiell Collections SQL database.
A third advantage is that you can hide the path to linked images from users who are only allowed to view records: only the name of the image could still be visible.
The wwwopac.ashx is not a standard part of an Axiell Collections system and won’t be installed automatically. However, the software can indeed become the basis of your own web application, if that application runs on an Axiell Collections SQL database (although images may still be stored in the file system). When using wwwopac.ashx, you are of course free to decide whether or not to apply the image handling possibilities.
* Note that during the development phase of this functionality, there was talk of separate software named Image Handler which could have been used alongside wwwopac; however, the relevant functionality is now only available as part of wwwopac.ashx.
[Close]